home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2002 #11
/
Amiga Plus CD - 2002 - No. 11.iso
/
Tools
/
Development
/
TinyGL
/
ami
/
content
/
ad709
/
tinygl
/
src
/
texture.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2002-08-15
|
162 b
|
11 lines
#ifndef _texture_h
#define _texture_h
#include "zgl.h"
GLTexture *find_texture(GLContext *c, int h);
void free_texture(GLContext *c, int h);
#endif